home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mars2.dxr / 00018_INTRO.MOV.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  254 b   |  11 lines

  1. on mouseUp
  2.   set QTstate to the controller of cast "INTRO.MOV"
  3.   if QTstate = 0 then
  4.     set the controller of cast "INTRO.MOV" to 1
  5.   else
  6.     set the controller of cast "INTRO.MOV" to 0
  7.   end if
  8.   set the movieRate of sprite 5 to 1
  9.   updateStage()
  10. end
  11.